home *** CD-ROM | disk | FTP | other *** search
/ Organic Chemistry (8th Edition) / Image.iso / pc / organic / media / content / book_flash.swf / scripts / DefineButton2_137 / BUTTONCONDACTION on(release).as < prev   
Encoding:
Text File  |  2003-05-14  |  328 b   |  11 lines

  1. on(release){
  2.    _root.field_descr.text_description = "";
  3.    eval("_root.l4.content.field_pl" + _root.field_select).gotoAndStop(1);
  4.    gotoAndStop(2);
  5.    _root.field_select = int(String(this).slice(27,String(this).length));
  6.    if(description != null)
  7.    {
  8.       _root.field_descr.text_description = description;
  9.    }
  10. }
  11.